home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / BUS / DynRisk 68k 4.01 demo.sit / DynRisk-Help.rsrc / TEXT_6512.txt < prev    next >
Text File  |  1996-08-30  |  1KB  |  24 lines

  1. Osc1
  2.  
  3. A periodic function oscillating between two values. By using this function you can model various periodic variables. The input value to this function is typically a time variable. Assume e.g., that you are modeling an industrial system. The system is periodically inspected and various preventive maintenance operations are carried out. If a system failure occurs during an inspection, the error is immediately repaired at a relatively small cost. On the other hand, if a system failure occurs between two inspections, the cost of repairing the system is typically much higher. Such a situation can easily be modeled using the Osc1 function. Let the input value to the Osc1 function be the point of time when the first system failure occurs. Furthermore, let the parameters of the function be defined as follows:
  4.  
  5.     窶彗窶 = The cost of repairing a system failure between inspections.
  6.  
  7.     窶彙窶 = The cost of repairing a system failure during inspections.
  8.  
  9.     窶彡窶 = The point of time when the system enters its first operative phase.
  10.  
  11.     窶彭窶 = The length of the interval between two inspections.
  12.  
  13.     窶彳窶 = The length of an inspection period.
  14.  
  15. The output value of the function is then the cost of the first system repair.
  16.  
  17. Default parameter values:
  18.     a = 1, b = 0, c = 0, d = 1, e = 1
  19.  
  20. Example:
  21.     a = 6, b = 2, c = 0, d = 10, e = 1
  22.  
  23.     Input = 8.5  =>  Output =     6
  24.     Input = 10.5  =>  Output =     2